/* main.css */
.btn-primary {
    padding: 8px 20px;
    background: #ff8200;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.swiper-button .iconfont {
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #ff8200;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 210px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 30px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 50px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
}

.proapplead {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

header.z999 {
    width: 100%;
}

#header .search {
    display: block;
    float: right;
    position: relative;
}

#header .search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    z-index: 51;
    outline: medium none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
    margin-right: 20px;
}

.navbar-brand img {
    height: 50px;
    float: left;
}

.top-bar {
    background: #2e2e2e;
    line-height: 28px;
    height: 28px;
    position: relative;
    z-index: 999999999999;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: block;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    float: right;
}

ul.social-share li a {
    display: block;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    margin-right: 2px;
}

ul.social-share li a:hover {
    background: #ff8200;
    color: #fff;
}


/*hover微信二维码*/

ul.social-share li.position_re a {
    cursor: pointer;
}

ul.social-share li.position_re img.position_ab {
    left: -800%;
    z-index: 999999;
    top: 30px;
    display: none;
}

.search i {}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    line-height: 28px;
    height: 28px;
    padding: 0 5px;
    transition: all 0.5s ease;
    outline: none;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

#header .search>form:hover input.search-form::-webkit-input-placeholder {
    color: #fff;
}

#header .search>form:hover input.search-form {
    width: 180px;
    margin: 0 10px;
    color: #585856;
}

#header .search>form>i.fa {
    cursor: pointer;
    font-size: 14px;
}


/*header导航 透明*/

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    padding-bottom: 0;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.navbar:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}

.navbar:hover .navbar-nav>.active a {
    background: #f1f1f1 !important;
}
 

/*导航不太透明*/

.bianbai {
    background: rgba(255, 255, 255, 1) !important;
}

.bianbai:hover {
    background: rgba(255, 255, 255, 1) !important;
}


/*.navbar-nav { margin-left:10px;}*/

.navbar-nav>li {
    margin-right: 0px;
    padding-left: 0px;
    margin-left: 0px !important;
    position: static;
}

.navbar-inverse .navbar-nav>li>a {
    float: left;
    padding: 0px 23px;
    margin: 0;
    color: #231815;
    ;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    display: block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #231815;
}

.navbar-inverse .navbar-nav>li>a>i {
    display: inline-block !important;
    padding-left: 2px;
}

.navbar-inverse .navbar-nav>li>span {
    color: #333;
    font-size: 20px;
    width: 20%;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
    margin-top: 20px;
    margin-bottom: 14px;
}
.container .navbar-search {
  float: right;
  margin-top: 20px;
  margin-bottom: 14px;
  background-color: transparent;
  border: none;
}
.container .navbar-search .iconfont {
  font-size: 18px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.hc-page .navbar-toggle {
    transition: .3s all;
    transform: rotate(0deg);
}
.hc-page .collapsed {
    transform: rotate(0deg) !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #f1f1f1;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #fff;
    transition: all 0.3s ease;
    border: 0;
    margin-top: 0;
    margin-right: 14px;
    border-top: 0;
    border-radius: 0;
    padding: 10px 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:hover {
    background-color: #fff;
    ;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 10px 14px;
    color: #231815;
    transition: all 0.4s ease;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    background-color: #e5e5e5;
    color: #231815;
    text-indent: 8px;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/* lg */

@media (min-width: 1200px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    #portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    .navbar-nav>li {
        margin-left: 10px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .recent-work-wrap .recent-work-inner h3 a {
        font-size: 20px;
    }
    .recent-work-wrap .overlay {
        padding: 14px;
    }
    .services-wrap {
        padding: 40px 10px 40px 30px;
    }
    .feature-wrap h2,
    .single-services h2 {
        font-size: 18px;
    }
    .feature-wrap h3,
    .single-services h3 {
        font-size: 14px;
    }
    .tab-wrap .media .parrent.pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .parrent.media-body {
        clear: both;
    }
    #portfolio .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .recent-work-wrap .overlay .preview {
        line-height: inherit;
    }
    .team-bar .first-arrow {
        width: 21%;
    }
    .team-bar .second-arrow {
        width: 20%;
    }
    .team-bar .third-arrow {
        width: 21%;
    }
    .team-bar .fourth-arrow {
        width: 20%;
    }
    ul.social_icons li {
        margin-right: 0;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav>li {
        margin-left: 0;
    }
    #main-slider .carousel h1 {
        font-size: 25px;
    }
    #main-slider .carousel h2 {
        font-size: 20px;
    }
    .tab-wrap .media .parrent.pull-left,
    .media.accordion-inner .pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .parrent.media-body,
    .media.accordion-inner .media-body {
        clear: both;
    }
    .services-wrap {
        padding: 40px 0 40px 30px;
    }
    .recent-work-wrap .overlay {
        padding: 14px;
    }
    .recent-work-wrap .recent-work-inner h3 a {
        font-size: 20px;
    }
    .sinlge-skill {
        width: 150px;
        height: 150px;
    }
    .sinlge-skill p em {
        font-size: 25px;
    }
    .sinlge-skill p {
        font-size: 16px;
    }
    .team-bar .first-one-arrow {
        width: 2%;
    }
    .team-bar .first-arrow {
        width: 18%;
    }
    .team-bar .second-arrow {
        width: 24%;
    }
    .team-bar .third-arrow {
        width: 15%;
    }
    .team-bar .fourth-arrow {
        width: 20%;
    }
    .blog .blog-item .entry-meta>span a {
        font-size: 10px;
    }
}


/* xs */

@media (max-width: 767px) {
    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-left: 0;
    }
    .top-number {
        font-size: 14px;
    }
    input.search-form:hover {
        width: 120px;
    }
    .navbar-nav>li {
        padding-bottom: 0;
    }
    #main-slider .carousel h1 {
        font-size: 25px;
    }
    #main-slider .carousel h2 {
        font-size: 16px;
    }
    .feature-wrap h2,
    .single-services h2 {
        font-size: 18px;
    }
    .feature-wrap h3,
    .single-services h3 {
        font-size: 14px;
    }
    .media.accordion-inner .pull-left,
    .media.accordion-inner .media-body {
        clear: both;
    }
    .accordion-inner h4 {
        margin-top: 10px;
    }
    .tab-wrap .media .pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .media-body {
        clear: both;
    }
    .nav-tabs>li.active>a:after {
        display: none;
    }
    #footer .col-sm-6 {
        text-align: center;
    }
    #footer .pull-right {
        float: none !important;
    }
    .sinlge-skill {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .team .single-profile-top,
    .team .single-profile-bottom {
        margin-bottom: 30px;
    }
    .clients-area {
        padding: 60px 0;
    }
    .clients-area h1 {
        font-size: 25px;
    }
    .portfolio-item,
    #recent-works .col-xs-12.col-sm-4.col-md-3 {
        padding: 0 14px;
    }
    ul.social_icons li {
        margin-right: 0;
    }
    .blog .blog-item .entry-meta {
        margin-bottom: 20px;
    }
    .blog .blog-item .blog-content h3 {
        margin-bottom: 20px;
    }
    .post_reply_comments {
        padding-left: 20px;
    }
}

.c231 {
    color: #231815 !important;
}

.carousel-control.right {
    background-image: none;
}

.carousel-indicators li {
    width: 10px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    transition: 0.2s all;
}

.carousel-indicators .active {
    width: 18px;
    height: 6px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    transform: translateY(-1px);
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width: 768px) {}

.h100pre {
    height: 100%;
}

.flex {
    display: flex;
}

.pr {
    position: relative !important;
}

.pa {
    position: absolute !important;
}

.carousel-indicators {
    bottom: 70px;
}

.cWhite {
    color: #fff;
}

.fwbold {
    font-weight: bold;
}

.f_18 {
    font-size: 18px !important;
}
.f_17 {
    font-size: 17px;
}
.f_20 {
    font-size: 20px !important;
}
.f_26 {
    font-size: 26px !important;
}
.f_16 {
    font-size: 16px !important;
}
.f_15 {
    font-size: 15px;
}
.f_14 {
    font-size: 14px;
}

a {
    color: inherit;
}

.padding0 {
    padding: 0px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.border-bottom-#CED3DE {
    border-bottom: 1px solid #CED3DE;
}


/*溢出不换行*/

.oneIn {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.oneIn_1 {
    -webkit-line-clamp: 1;
}

.oneIn_2 {
    -webkit-line-clamp: 2;
}

.oneIn_3 {
    -webkit-line-clamp: 3;
}

.oneIn_10 {
    -webkit-line-clamp: 10;
}

.navbar-search {
  float: right;
}

/* style */
.hc-page .hc-img-icon {
    width: 19px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    background: url(/statics/images/hucai/img/hc-icon-right.png) no-repeat center center;
    background-size: contain; }
  
  .hc-page .hc-img-icon.black {
    width: 19px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    background: url(/statics/images/hucai/img/hc-icon-right-black.png) no-repeat center center;
    background-size: contain; }
  
  .hc-page .swiper-button {
    display: inline-block;
    position: absolute;
    z-index: 100;
    color: #fff;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle; }
    .hc-page .swiper-button.swiper-button-next, .hc-page .swiper-button.swiper-button-next-video {
      right: auto;
      left: 0px !important; }
      .hc-page .swiper-button.swiper-button-next .iconfont, .hc-page .swiper-button.swiper-button-next-video .iconfont {
        display: inline-block;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .hc-page .swiper-button .iconfont {
      display: inline-block;
      font-size: 0.4rem;
      cursor: pointer;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  
  .hc-page a.a-underline:hover {
    text-decoration: underline !important; }
  
  .hc-page .a-underline.cWhite:focus {
    color: #fff !important; }
  
  .hc-page .relation-mask {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 10; }
  
  .hc-page .navbar-mask {
    position: fixed;
    display: none;
    left: 0px;
    bottom: 0px;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 10; }
  

/*  only-做兼容使用   */

@media only screen and (min-width: 1920px),
only screen and (min-device-width: 1920px) {
    html {
        font-size: 200px;
    }
}

@media only screen and (max-width: 1920px),
only screen and (max-device-width: 1920px) {
    html {
        font-size: 190px;
    }
}

@media only screen and (max-width: 1080px),
only screen and (max-device-width: 1080px) {
    html {
        font-size: 168.75px;
    }
}

@media only screen and (max-width: 960px),
only screen and (max-device-width: 960px) {
    html {
        font-size: 150px;
    }
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {
    html {
        font-size: 125px;
    }
}

@media only screen and (max-width: 720px),
only screen and (max-device-width: 720px) {
    html {
        font-size: 112.5px;
    }
}

@media only screen and (max-width: 640px),
only screen and (max-device-width: 640px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    html {
        font-size: 93.75px;
    }
}

@media only screen and (max-width: 540px),
only screen and (max-device-width: 540px) {
    html {
        font-size: 84.375px;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width: 414px),
only screen and (max-device-width: 414px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width: 375px),
only screen and (max-device-width: 375px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width: 360px),
only screen and (max-device-width: 360px) {
    html {
        font-size: 65px;
    }
}

@media only screen and (max-width: 320px),
only screen and (max-device-width: 320px) {
    html {
        font-size: 65px;
    }
}

@media only screen and (max-width: 240px),
only screen and (max-device-width: 240px) {
    html {
        font-size: 60px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1900px) {
  .hc-page .relation .copyright {
    padding: 24px 0px !important;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .hc-page .relation-select {
    padding-top: 10px !important;
    text-align: center !important;
  }
  .hc-page .relation .copyright {
    padding: 0px 0px 26px !important;
  }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .hc-page .hc-com-footer .recommend .cWhite:hover {
        color: #333333 !important;
    }
    .hc-page .headline {
        font-size: 20px !important;
    }
    .hc-page .headline span {
        font-size: 12px !important;
    }
    .hc-page .headline-box {
        height: auto !important;
        padding-bottom: 0px !important;
    }
    .hc-page .news-left-box {
        padding: 22px 0px !important;
    }
    .hc-page .news-left-img {
        border-radius: 4px !important;
        height: 160px !important;
    }
    .hc-page .news-left {
        border: none !important;
        background-color: #F2F4F6;

    }
    .hc-page .news-left-time {
        border: none !important;
        padding-left: 0px !important;
        color: #000 !important;
        font-size: 18px !important;
        font-weight: bold;
    }
    .hc-page .new-left-news {
        padding-left: 0px !important;
        padding-right: 0px !important;
        color: #231815 !important;
        font-size: 20px !important;
    }
    .hc-page .news-left-more {
        left: 0px !important;
    }
    .hc-page .main-news-box .news-main-box .news-right .news-item-box {
        padding: 0px !important;
    }
    .hc-page .main-news-box .news-main-box .news-date-xs {
        line-height: 40px;
    }
    .hc-page .news-right {
        padding: 0px !important;
    }
    .hc-page .news-item {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .hc-page .news-main-box .col-xs-12 {
        padding: 0px !important;
    }
    .hc-page .main-news-box .news-main-box .news-right .news-item-box .title {
        font-weight: normal !important;
    }
    .hc-page .navbar-brand img {
        margin-top: 5px;
    }
    .hc-page .home-footer {
        margin-top: 40px !important;
    }
    .hc-page .recommend-list {
        padding: 15Px;
        background-color: #F2F4F6;
    }
    .hc-page .recommend-list span.fwbold {
        color: #222222 !important;
    }
    .hc-page .recommend-item a.cWhite {
        color: #222222 !important;
    }
    .hc-page .recommend-item a.cWhite:focus {
        color: #000 !important;
    }
    .hc-page .recommend-item a.cWhite:hover {
        color: #000 !important;
    }
    .hc-page .home-footer .container {
        border: none !important;
    }
    .hc-page .home-footer .qr-code-box {
        width: 180px !important;
        margin: auto;
    }
    .hc-page .recommend {
        background-color: #fff;
        padding: 0px !important;
        border: none !important;
    }
    .hc-page .qr-code-item {
        background-color: #008be5 !important;
        padding: 30px 0 0 !important;
    }
    .hc-page .relation .padding0 .relation-item {
        text-align: center;
        padding: 10px 0px;
    }
    .hc-page .relation .copyright {
        text-align: center;
        font-size: 12px;
        padding-top: 0px !important;
    }
    .hc-page .home-main .swiper-pagination#swiper-pagination  {
        bottom: 10px !important; 
    }
    .hc-page .home-main .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 8px !important;
      height: 8px !important;
    }
    .hc-page .home-main .swiper-pagination-switch {
      width: 8px !important;
      height: 8px !important;
    }
    .hc-page .home-main .swiper-active-switch {
      width: 16px !important;
      height: 8px !important;
    }
    .hc-page .home-main .swiper-pagination#swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 16px !important;
      height: 8px !important;
    }
    .hc-page .home-main .item-item-tltle.oneIn.oneIn_1 {
      font-size: 14px !important;
      vertical-align: middle;
    }
    .hc-page .recommend .account-box .row {
      padding: 8px 60px !important;
    }
    .hc-page .home-main {
      padding-top: 60px !important;
    }
    .hc-page .swiper-wrapper .swiper-slide {
      overflow: hidden;
    }
    .hc-page .swiper-wrapper .swiper-slide img {
      /*height: 100%;*/
      /*width: 900px !important;*/
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      margin: auto;
    }
    .hc-page .home-main .main-banner-more {
      height: 280px;
    }
    .hc-page .hc-img-icon.black {
      display: inline-block !important;
    }
    .hc-page .main-business-xs-bg .main-business-xs-box .business-item .item-text .item-txt .item-item-subtitle {
      font-size: 14px !important;
    }
    .hc-page .main-business-xs-bg .main-business-xs-box .business-item .item-text .item-txt .item-item-tltle {
      font-size: 17px !important;
    }
    .hc-page .home-main .recommend-item .cWhite:focus {
        color: #000 !important;
    }
    .hc-page .home-main .recommend-item .cWhite:hover {
        color: #000 !important;
    }
    .hc-page .news-item-box .title {
        padding-top: 0px !important;
    }
    .hc-page .cooperation {
        text-align: center !important;
        padding: 0px !important;
        margin-bottom: 10px !important;
    }
    .hc-page .cooperation .f_20 {
        font-size: 16px !important;
    }
    
    .hc-page .cooperation .cooperation-item .f_17 {
        font-size: 14px !important;
    }
    .hc-page .cooperation .cooperation-item {
        text-align: center !important;
        padding: 0px !important;
        padding-top: 5px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}